home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TTIPDIALOG / TTIPDIALOG.txt < prev   
Text File  |  1996-08-04  |  2KB  |  115 lines

  1. object TipDialog: TTipDialog
  2.   Left = 235
  3.   Top = 199
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'zMUD Tip'
  7.   ClientHeight = 214
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 232
  20.     Top = 180
  21.     Width = 77
  22.     Height = 27
  23.     Caption = 'OK'
  24.     Default = True
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ModalResult = 1
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = OKBtnClick
  33.     Margin = 2
  34.     NumGlyphs = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object TipFlag: TCheckBox
  39.     Left = 16
  40.     Top = 184
  41.     Width = 169
  42.     Height = 17
  43.     Caption = '  Show Tips at startup'
  44.     State = cbChecked
  45.     TabOrder = 1
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 0
  49.     Top = 0
  50.     Width = 317
  51.     Height = 41
  52.     Align = alTop
  53.     BevelOuter = bvNone
  54.     TabOrder = 2
  55.     object Image1: TImage
  56.       Left = 8
  57.       Top = 4
  58.       Width = 32
  59.       Height = 32
  60.       AutoSize = True
  61.       Picture.Data = {<image000.ico>}
  62.     end
  63.     object Label1: TLabel
  64.       Left = 48
  65.       Top = 12
  66.       Width = 42
  67.       Height = 16
  68.       Caption = 'zMUD'
  69.       Font.Color = clBlack
  70.       Font.Height = -13
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.     end
  75.     object Label2: TLabel
  76.       Left = 96
  77.       Top = 12
  78.       Width = 83
  79.       Height = 16
  80.       Caption = 'Tip of the Day'
  81.       Font.Color = clBlue
  82.       Font.Height = -13
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.     end
  87.   end
  88.   object Panel2: TPanel
  89.     Left = 0
  90.     Top = 41
  91.     Width = 317
  92.     Height = 128
  93.     Align = alTop
  94.     BevelInner = bvLowered
  95.     BorderWidth = 8
  96.     Caption = 'Panel2'
  97.     TabOrder = 3
  98.     object TipMemo: TMemo
  99.       Left = 10
  100.       Top = 10
  101.       Width = 297
  102.       Height = 108
  103.       TabStop = False
  104.       Align = alClient
  105.       Font.Color = clBlack
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = []
  109.       ParentFont = False
  110.       ReadOnly = True
  111.       TabOrder = 0
  112.     end
  113.   end
  114. end
  115.